home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Adobe Air 1.5
/
AdobeAIRInstaller.exe
/
setup.swf
/
scripts
/
mx
/
managers
/
CursorManagerPriority.as
< prev
next >
Wrap
Text File
|
2008-10-29
|
474b
|
25 lines
package mx.managers
{
import mx.core.mx_internal;
use namespace mx_internal;
public final class CursorManagerPriority
{
public static const HIGH:int = 1;
public static const MEDIUM:int = 2;
mx_internal static const VERSION:String = "3.0.0.0";
public static const LOW:int = 3;
public function CursorManagerPriority()
{
super();
}
}
}